SftTree/OCX 7.0

SftTree.BorderStyle Property

Softel vdm, Inc.

Defines the tree control's border style used.

Syntax       

Get

VB.NET

Style = object.BorderStyle  As Short

VB

Style = object.BorderStyle  As Integer

C#.NET

short Style = object.BorderStyle;

VC++

short Style = object->BorderStyle;
short Style = object->GetBorderStyle();

C

HRESULT object->get_BorderStyle(short* Style);

Delphi

Style := object.BorderStyle   : Smallint;

Put

VB.NET

object.BorderStyle = Style  As Short

VB

object.BorderStyle = Style  As Integer

C#.NET

short object.BorderStyle = Style;

VC++

short object->BorderStyle = Style;
void object->PutBorderStyle(short Style);

C

HRESULT object->put_BorderStyle(short Style);

Delphi

object.BorderStyle := Style   : Smallint;

object

A SftTree object.

Style

Defines the tree control's border style used.

Style

Description

0

None. The tree control does not have a border.

1

Paints the control with a border.

Comments

The BorderStyle property defines the tree control's border style used.

The tree control's border can be controlled by the Appearance property.  Depending on the Appearance property, the tree control's border is a fixed, single line or a 3D style border.

If Windows themes are used, this property will cause a border to be displayed (if set to 1), rendered using the current theme's style. 

This property is read/only at run-time.  

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com